GoXam for WPF v3
FindEdge Method
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : FindEdge Method
Returns the GenericNetwork.Edge<V,E,Y> which was constructed for the Northwoods.GoXam.Link.
Syntax
public E FindEdge( 
   Link link
)

Parameters

link

Return Value

Returns the edge that was constructed with the link or null if no such edge exists.
See Also

Reference

GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members